home *** CD-ROM | disk | FTP | other *** search
-
- #include "land2.h"
-
- #define col0 0
- #define col1 1
- #define col2 2
- #define col3 3
- #define col4 4
- #define col5 5
- #define col6 6
- #define col7 7
- #define col8 8
- #define col9 9
- #define col10 10
- #define col11 11
- #define col12 12
- #define col13 13
- #define col14 14
- #define col15 15
-
- extern int sedline(int xl,int yl,char *lin, int lim);
- extern int gfsel(int x, int y, char *fselnam, char *dirnam, char *fnam);
-
- extern char workdir[];
- extern unsigned char huge WAREA[]; /* 512*2+512*400 作業用ワークエリア */
- extern int xpixel, ypixel, xypixel, goutcnt;
-